ToGcBitmap(Nullable<Rectangle>) Method
In This Topic
Creates an instance of the
GrapeCity.Documents.Imaging.GcBitmap class from the current
GcSkiaImage.
Syntax
'Declaration
Public Overloads Function ToGcBitmap( _
Optional ByVal As System.Nullable(Of Rectangle) _
) As GcBitmap
public GcBitmap ToGcBitmap(
System.Nullable<Rectangle>
)
Parameters
- clipRect
- Clipping rectangle to be copied to GrapeCity.Documents.Imaging.GcBitmap.
Return Value
An instance of the
GrapeCity.Documents.Imaging.GcBitmap with the image fragment.
See Also